home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / povray30 / povmsdos.exe / POVMSDOS.ZIP / ZIPFLC.INI < prev    next >
Text File  |  1996-03-12  |  1KB  |  32 lines

  1. ;; Persistence Of Vision raytracer version 3.0 sample INI file.
  2. ;; ZIPFLC.INI
  3. ;;
  4. ;; Assuming Input_File=myfile.pov
  5. ;;  this INI creates a myfile.zip to hold all output files
  6. ;;  and then creates myfile.flc from it.
  7. ;;
  8. ;; Requires pkzip.exe to zip/unzip
  9. ;; Requires dta.exe to create flc
  10. ;; Requires exists.exe which is included in POV-Ray distribution.
  11. ;; If exists.exe is not available, comment out both Pre_Scene_... lines.
  12. ;;
  13.  
  14. Output_to_File=On
  15. Pre_Scene_Command=exists %s.flc     ;;If myfile.flc already exists
  16. Pre_Scene_Return=-q                 ;;  skip entire scene
  17. Pre_Frame_Command=pkzip -vb %s %o   ;;Test if myfile.tga in myfile.zip
  18. Pre_Frame_Return=-s                 ;;  if no error, skip this frame
  19. Post_Frame_Command=pkzip -mu %s %o  ;;Move myfile.tga to myfile.zip
  20.                                     ;;  This removes tga from disk
  21. Post_Frame_Return=f                 ;;If error, crash
  22. ;;
  23. ;; There is an unsolved problem when running dta directly.
  24. ;; Preliminary results show that calling it via command.com fixes
  25. ;; the problem but as yet, we don't know why.
  26. ;;
  27. Post_Scene_Command=command /C dta /o%s.flc /R%w,%h %s.zip  ;;make myfile.flc
  28. Post_Scene_Return=f                 ;;If error, crash
  29. Pause_When_Done=Off
  30. Continue_Trace=On                ;;Lets you resume
  31. Test_Abort=On                    ;;Lets you interrupt
  32.